home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / stut_src / genrc_pu.h < prev    next >
Text File  |  1996-06-04  |  504b  |  16 lines

  1. /*
  2.  * Generic_Public.h
  3.  */
  4.  
  5.     void    OutFields_DisplayGroup(
  6.                 VOIE    *    pVoie_curr,            /* In: Voie concern‚e */
  7.                 UINT        u_GroupId,            /* In: Groupe … afficher */
  8.                 int        X_Offset,            /* In: Offsets … appliquer aux coordonn‚es des champs */            
  9.                 int        Y_Offset );
  10.     void    Generic_DispData(
  11.             VOIE *    pVoie_curr );    /* In: Voie concern‚e */
  12.     void    Generic_DisplayPageChange(
  13.             VOIE *    pVoie_curr );    /* In: Voie concern‚e */
  14.     void    Generic_DispPage(
  15.             VOIE *    pVoie_curr );    /* In: Voie concern‚e */
  16.